home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 March / macformat-022.iso / Shareware City / Developers / Example Projects / PPC / DemoText / Notes
Encoding:
Text File  |  1994-09-13  |  1.0 KB  |  18 lines  |  [TEXT/MPCC]

  1. If you are using the library version for the first time, you will need to build 
  2. it first.  You will find projects to build it within folders inside of CW Support ƒ.
  3. Be sure you match the debug/nodebug characteristics of the library with the 
  4. characteristics of the project.
  5.  
  6. For PPC builds, the project windows all share the same grouping scheme.  The 68K 
  7. builds have a similar scheme because of MacApp's segment unloading.  For 68K, be sure that
  8. you put all of your code, the MacApp code (or library), and all of the non debug
  9. libraries but including the Perform.o.lib library in the first segment.  Be sure to
  10. add the CW_res!.rsrc resource.
  11.  
  12. For PPC debug builds, the fourth group uses ObjectSupportLib and TrapAvailablePPC.Lib. 
  13. (The project for building TrapAvailablePPC.Lib is within a folder inside of CW Support ƒ.)
  14.  
  15. For 68K debug builds, be sure to put the debugging code and libraries in a segment
  16. called CWDebug and include CW_res!_debug.rsrc.  The debugging segment also uses 
  17. Unmangle.o.lib, NubDispatchGlue.o.lib, and AEObjectSupportLib.o.lib.
  18.